Documentation fixes.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Dec 2005 20:13:34 +0000 (20:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 19 Dec 2005 20:13:34 +0000 (20:13 +0000)
2005-12-19  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreemodel.c:
* gtk/gtkplug.c:
* gtk/gtkwindow.c: Documentation fixes.

ChangeLog
ChangeLog.pre-2-10
gtk/gtktreemodel.c

index 07329809333936055ecabe56fba9b2c9460c7312..dd16b493848ad2db03ea567fe4f35793c8cd9c8d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktreemodel.c: 
        * gtk/gtkplug.c: 
        * gtk/gtkwindow.c: Documentation fixes.
 
index 07329809333936055ecabe56fba9b2c9460c7312..dd16b493848ad2db03ea567fe4f35793c8cd9c8d 100644 (file)
@@ -1,5 +1,6 @@
 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtktreemodel.c: 
        * gtk/gtkplug.c: 
        * gtk/gtkwindow.c: Documentation fixes.
 
index 7b401b3bdadc1fdd3c8917aae9e7cc4a62d19bf0..05b93ab926142aa9ee79b947f53c36f47b99bfd9 100644 (file)
@@ -1536,9 +1536,9 @@ gtk_tree_model_foreach_helper (GtkTreeModel            *model,
  * @func: A function to be called on each row
  * @user_data: User data to passed to func.
  * 
- * Calls func on each node in model in a depth-first fashion.  If func returns
- * %TRUE, then the tree ceases to be walked, and gtk_tree_model_foreach() 
- * returns.
+ * Calls func on each node in model in a depth-first fashion.  
+ * If @func returns %TRUE, then the tree ceases to be walked, and 
+ * gtk_tree_model_foreach() returns.
  **/
 void
 gtk_tree_model_foreach (GtkTreeModel            *model,